print: Move all the remaining sources
authorMatthias Clasen <mclasen@redhat.com>
Wed, 7 Jun 2023 03:14:39 +0000 (23:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 7 Jun 2023 04:06:33 +0000 (00:06 -0400)
commitd1aae4bffafac19eb2effcf162b2a61d8f4f1bb0
tree78c353ee12dae4a80fc388814b987ff9e9066366
parent434a747d4263d9cfcf54e7ed947342e1e88f2624
print: Move all the remaining sources

Move the unix- and Windows-specific print
sources to the gtk/print subdirectory.
68 files changed:
gtk/gtkcustompaperunixdialog.c [deleted file]
gtk/gtkcustompaperunixdialog.h [deleted file]
gtk/gtkmain.c
gtk/gtkpagesetupunixdialog.c [deleted file]
gtk/gtkpagesetupunixdialog.h [deleted file]
gtk/gtkprint-win32.c [deleted file]
gtk/gtkprint-win32.h [deleted file]
gtk/gtkprintbackend.c [deleted file]
gtk/gtkprintbackendprivate.h [deleted file]
gtk/gtkprinter.c [deleted file]
gtk/gtkprinter.h [deleted file]
gtk/gtkprinteroption.c [deleted file]
gtk/gtkprinteroptionprivate.h [deleted file]
gtk/gtkprinteroptionset.c [deleted file]
gtk/gtkprinteroptionsetprivate.h [deleted file]
gtk/gtkprinteroptionwidget.c [deleted file]
gtk/gtkprinteroptionwidgetprivate.h [deleted file]
gtk/gtkprinterprivate.h [deleted file]
gtk/gtkprintjob.c [deleted file]
gtk/gtkprintjob.h [deleted file]
gtk/gtkprintoperation-portal.c [deleted file]
gtk/gtkprintoperation-portal.h [deleted file]
gtk/gtkprintoperation-private.h [deleted file]
gtk/gtkprintoperation-unix.c [deleted file]
gtk/gtkprintoperation-win32.c [deleted file]
gtk/gtkprintunixdialog.c [deleted file]
gtk/gtkprintunixdialog.h [deleted file]
gtk/gtkprintutilsprivate.h [deleted file]
gtk/gtkunixprint.h [deleted file]
gtk/meson.build
gtk/paper_names.c [deleted file]
gtk/paper_names_offsets.c [deleted file]
gtk/print/gtkcustompaperunixdialog.c [new file with mode: 0644]
gtk/print/gtkcustompaperunixdialog.h [new file with mode: 0644]
gtk/print/gtkpagesetupunixdialog.c [new file with mode: 0644]
gtk/print/gtkpagesetupunixdialog.h [new file with mode: 0644]
gtk/print/gtkprint-win32.c [new file with mode: 0644]
gtk/print/gtkprint-win32.h [new file with mode: 0644]
gtk/print/gtkprintbackend.c [new file with mode: 0644]
gtk/print/gtkprintbackendprivate.h [new file with mode: 0644]
gtk/print/gtkprinter.c [new file with mode: 0644]
gtk/print/gtkprinter.h [new file with mode: 0644]
gtk/print/gtkprinteroption.c [new file with mode: 0644]
gtk/print/gtkprinteroptionprivate.h [new file with mode: 0644]
gtk/print/gtkprinteroptionset.c [new file with mode: 0644]
gtk/print/gtkprinteroptionsetprivate.h [new file with mode: 0644]
gtk/print/gtkprinteroptionwidget.c [new file with mode: 0644]
gtk/print/gtkprinteroptionwidgetprivate.h [new file with mode: 0644]
gtk/print/gtkprinterprivate.h [new file with mode: 0644]
gtk/print/gtkprintjob.c [new file with mode: 0644]
gtk/print/gtkprintjob.h [new file with mode: 0644]
gtk/print/gtkprintoperation-portal.c [new file with mode: 0644]
gtk/print/gtkprintoperation-portal.h [new file with mode: 0644]
gtk/print/gtkprintoperation-private.h [new file with mode: 0644]
gtk/print/gtkprintoperation-unix.c [new file with mode: 0644]
gtk/print/gtkprintoperation-win32.c [new file with mode: 0644]
gtk/print/gtkprintunixdialog.c [new file with mode: 0644]
gtk/print/gtkprintunixdialog.h [new file with mode: 0644]
gtk/print/gtkprintutilsprivate.h [new file with mode: 0644]
gtk/print/gtkunixprint.h [new file with mode: 0644]
gtk/print/meson.build
gtk/print/paper_names.c [new file with mode: 0644]
gtk/print/paper_names_offsets.c [new file with mode: 0644]
modules/printbackends/gtkprintbackendcups.c
modules/printbackends/gtkprintbackendcups.h
modules/printbackends/gtkprintbackendfile.c
modules/printbackends/gtkprintbackendfile.h
modules/printbackends/gtkprintercups.h